GLOSSARY

Class

Class is the Data structure in OOPS concepts which binds the data member and its functions

Example Class : Fruits

Object

Objects are the instances of the Class.

Example for Class : Fruits , the instances are Apple, Mango, Orange etc.,

Super Class

Super class is the Base Class or Parent Class from which the sub class inherits some of its properties or all of its.

Sub Class

Sub Class is the Derived Class or Child Class which derives entities from one or more classes

Access Specifier

Access Specifier is the visibility mode which defines the scope of its own class and helps to extend the scope of the data members and its functions to other classes.

Inheritance and its types - by Mrs.M.Sharmila and Mrs.R.Jaya Bharathi